/**************************************/
/*************[公用start]**************/
/**************************************/

@font-face{
	font-family:"bask";
	src: url('../fonts/BASKERB.woff') format('woff'),
       url('../fonts/BASKERB.ttf') format('truetype'); 

}

div.clear{
	clear: both;
	height: 0;
	width: 0;
}




a{
	text-decoration: none;
	color:inherit;
	cursor: pointer;
}

img{
	border:0;
	max-width: 100%;
}


div.wp{
	width: 1200px; /*主要内容区尺寸大小，每次制作前更新！！！ */
	margin:0 auto;
}

.fl{
	float: left;
}

.fr{
	float: right;
}

.tran{
	transition: all .3s ease-out 0s;
}
.tver{
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}



/*图片中心放大代码区域*/

.img-box{/*图片盒子类名*/

	overflow: hidden;
}

.img-box img{
	transition: .3s;
	width: 100%;
	max-width: 100%;
}

.img-box:hover img{
	/*图片中心放大代码*/
	  -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}


/*图片中心放大代码区域*/


.imgbox_a{
	position:relative;
	padding-bottom: 100%;
	overflow:hidden;
	display: block;
}

.imgbox_a>img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%!important;
	height: 100%!important;
}
.imgbox_hover>img{
	/* ueco 时间曲线*/
	/*transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; */
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;

}
.imgbox_hover:hover>img{
	-webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
/**************************************/
/************[公用over]****************/
/**************************************/




/*header-start*/
/**************************************************************/

#header{
	position: relative;
	z-index: 999;
}

.header-1{
	height:132px;
	background-color: #fff;
}

.logo{
	width: 539px;
	margin-top: 34px;
}

.logo a,.logo img{
	display: block;
	width: 100%;
}


.header-1-right{
	width: 400px;
	margin-top: 18px;
}

.header-1-right-1{
	font-size: 14px;
	color: #333;
	text-align: right;
}

.header-1-right-2{
	font-size: 14px;
	color: #333;
	text-align: right;
	margin-top: 8px;
}
.header-1-right-2 a:hover{
	color: #0968ac;
}
.search{
	width: 265px;
	height: 38px;
	position: relative;
	padding-left: 15px;
	padding-top: 1px;
	padding-right:120px;
	margin-top:13px;
	border:1px solid #dadada;
}

.search input:focus{
	outline: none;
}
.search select:focus{
	outline: none;
}
.search input[type="text"]{
	display: block;
	width: 100%;
	height: 34px;
	border:0;
	font-size: 15px;
	color: #333;
	line-height: 1.428571;
}
.search select{
	position: absolute;
	width: 70px;
	height: 34px;
	top: 1px;
	right: 49px;
	box-shadow: none;
	border:0;
	color: #999;
}
.search input[type="image"]{
	position: absolute;
	right:-1px;
	top: -1px;
	width: 43px;
}

.nav-wp{
	position: relative;
	background-color:#0968ac;
	z-index: 500;
}

.nav ul{
	margin:0;
}

.nav>ul>li{
	float: left;
	width: 11.111111111%;
	text-align: center;
	position: relative;
	background-image: url(../images/li.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 1px;

}
.nav>ul>li:first-child{
	background-image: none;
}
.nav>ul>li>a{
	display: block;
	height: 56px;
	line-height: 56px;
	font-size: 16px;
	color:#fff;
	/*transition: .3s;*/

}
.nav>ul>li>a>img{
	margin-top: -3px;
	margin-right: 10px;
}
.nav>ul>li:hover>a, .nav>ul>li.active>a {
	/*background-color:#a90e00;*/
	background-color:#0660a0;


}
.nav>ul>li>ul{
	position: absolute;
	left:1px;
	right: 0;
	top:100%;
	z-index: 600;
	background-color: #0968ac;
	display: none;
	border-top: 1px solid #0968ac;
}

.nav>ul>li>ul>li>a{
	display: block;
	padding: 10px 5px;
	text-align: center;
	line-height: 1.6;
	font-size: 14px;
	color:#fff;
	/*transition: .3s;*/
	text-align: center;

}
.nav>ul>li>ul>li>a:hover{
	background-color: #0660a0;
}








/**************************************************************/
/*header-over*/





/*main-start*/
/**************************************************************/

#main{

}


.fafa .slides>li{
	height: 500px;
	background-repeat: no-repeat;
	background-position: center ;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
}

.fafa .slides>li  img.phone-img{
	display: none;
	width: 100%;
}

.fafa .flex-control-paging li a{
	width: 11px;
	height: 11px;
	transition: .3s;
}


.fafa .flex-control-nav li{
	margin:0 10px;
}
.fafa .flex-control-nav{
	bottom: 35px;
}


.main0{
	padding: 25px 0 30px;
}

.main0-1{
	background-color: #f2f3f5;
	padding: 15px;
	margin-bottom: 25px;
}


.main0-1-ul{
	font-size: 0;
	line-height: normal;
	height: 30px;
	overflow: hidden;
}


.main0-1-li{
	display: inline-block;
	padding-left:35px ;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/ba.png);
	font-size: 16px;
	color: #333;
	height: 30px;
	line-height: 30px;
	margin-right: 40px;
}

.main0-1-li a:hover{
	color: #0968ac;
}




.main0-2{
	border-top: 4px solid #0968ac;
	padding:20px 70px 30px;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-image: url(../images/main0-2-bg.jpg);
}

.main0-2-h1{

}

.main0-2 h1{
	margin:0;
	font-size: 24px;
	color: #333;
	font-weight: bold;
	height: 33px;
	position: relative;
	text-align: center;
	padding: 0 150px;
}
.main0-2 h1 img{
	margin-right: 12px;
}
.main0-2 h1 a:hover{
	color: #da2420;
}
.main0-2 p{
	margin:0;
	font-size: 16px;
	color: #666;
	margin-top: 10px;
}


.main0-2 h1{
	margin:0;
	font-size: 24px;
	color: #333;
	font-weight: bold;
	height: 33px;
	position: relative;
	text-align: center;
}







.main1-left{
	width: 825px;
	margin-right: 27px;
}

.fmain1 .slides>li>a.imgbox_a{
	padding-bottom: 58.79%;
}

.fmain1 .slides>li>a.imgbox_a h1{
	margin:0;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 56px;
	line-height:56px;
	background-image: url(../images/heidi3.png);
	color: #fff;
	font-size: 18px;
	padding: 0	130px 0 35px;
	z-index: 15;
}

.fmain1 .flex-control-nav{
	font-size: 0;
	text-align: right;
	height: 0;
	bottom: 33px;
	padding-right: 28px;
}
.fmain1 .flex-control-nav li{margin:0 5px;}
.fmain1 .flex-control-paging li a{
	background-image: url(../images/arrow-b2.png);
	width: 10px;
	height: 10px;
}
.fmain1 .flex-control-paging li a.flex-active{
	background-image: url(../images/arrow-b2-h.png);

}


.main1-right{
	overflow: hidden;
}

.title-11 h1{
	margin:0;
	font-size: 20px;
	font-weight: bold;
	color: #0968ac;
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/h1.png);
	height: 22px;
	line-height: 22px;
}

.title-11 a.fr{
	margin:0;
	font-size: 14px;
	color: #999;
	padding-right: 15px;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(../images/more.jpg);
	height: 20px;
	line-height: 20px;
	margin-top: 1px;
}
.title-11 a.fr:hover{
	color: #0968ac;
}

.list{
	padding-top: 15px;
}
.list ul{
	margin:0;
}

.list li{
	margin-top: 12px;
	background-repeat: no-repeat;
	background-position:0px center;
  background-image: url(../images/dian.png);
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left:15px;
  overflow: hidden;
	position: relative;
	padding-right:85px;
	height: 22px;
	line-height: 22px;
}

.list li:first-child{
	margin-top: 0!important;
}


.list li a{
	font-size: 16px;
	color:#333;
}
.list li span{
	font-size: 14px;
	color:#999;
	position: absolute;
	right: 0px;
	top: 0;
}
.list li a:hover{
	color:#2267b1;
}


.main1-2{
	margin-top: 25px;
}



.fmain2 .slides>li>a.imgbox_a{
	padding-bottom: 10.8571%;
}
.fmain2 .flex-control-paging li a{
	width: 8px;
	height: 8px;
	transition: .3s;
}


.fmain2 .flex-control-nav li{
	margin:0 9px;
}
.fmain2 .flex-control-nav{
	bottom: 20px;
}


.main3{

	background-color: #f8f8f8;
}

.main3-1{
	width: 520px;
	margin-right: 40px;
}

.main3-2{
	width: 520px;
	margin-right: 40px;
}

.main3-3{
	overflow: hidden;
}

.title-22{
	background-repeat:repeat-x;
	background-position: left center;
	background-image: url(../images/title-22.png);
}
.title-22 span{
	height: 50px;
	line-height: 50px;
	border-bottom: 2px solid #e3e8ee;
	padding: 0	10px;
	cursor: pointer;
	font-size: 20px;
	color: #3d3d3d;
	font-weight: bold;
	margin-left: 20px;
}
.title-22 span:first-child{
	margin-left: 0;
}
.title-22 span.cur{
	color: #0968ac;
	border-color:#0968ac;
}


.title-22 a.fr{
	margin:0;
	font-size: 14px;
	color: #999;
	padding-right: 15px;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(../images/more.jpg);
	height: 20px;
	line-height: 20px;
	margin-top: 15px;
	display: none;
}
.title-22 a.fr:hover{
	color: #0968ac;
}
.title-22 a.fr.frr{
	display: block;
}
.main3-item+.main3-item{
	margin-top: 24px;
}

.main3-3-1{
	border:1px solid #e6e6e6;
}

.main3-3-1 .title-22{background-image: url(../images/title-22-2.png);}

.main3-3-1-box{
	padding: 14px 11px;
}
.main3-3-1-box .list{
	padding-top: 0;
}

.main3-3-1-box .list li{
	padding-left: 0;
	background-image: none;
	padding-right: 45px;
}

.main3-3-dl{
	padding-top: 11px;
}
.main3-3-dl dl{
	margin:0;
}
.main3-3-dl dd{
	margin-top: 8px;
}
.main3-3-dl dd>a{
	display: block;
	height:43px;
	line-height: 43px;
	font-size: 16px;
	color: #fff;
	padding-left: 41px;
	transition: .3s;
}
.main3-3-dl dd.main3-3-dd0>a{background-color:#4cbedb;}
.main3-3-dl dd.main3-3-dd1>a{background-color:#db534c;}
.main3-3-dl dd.main3-3-dd2>a{background-color:#549bcf;}
.main3-3-dl dd.main3-3-dd3>a{background-color:#d9a75f;}
.main3-3-dl dd.main3-3-dd4>a{background-color:#46c063;}

.main3-3-dl dd>a img{
	margin-top: -3px;
	margin-right: 41px;
}
.main3-3-dl dd.main3-3-dd0>a:hover{background-color:#46b0cb;}
.main3-3-dl dd.main3-3-dd1>a:hover{background-color:#ce4d46;}
.main3-3-dl dd.main3-3-dd2>a:hover{background-color:#4d8ebd;}
.main3-3-dl dd.main3-3-dd3>a:hover{background-color:#c39757;}
.main3-3-dl dd.main3-3-dd4>a:hover{background-color:#44ad5d;}

.pp40{
	padding: 40px 0;
}


.main4-list{
	margin-top: 30px;
}
.main4-list .item .imgbox_a{
	padding-bottom: 38.46%;
}

.main5
{background-color:#f8f8f8; }

.main5-1{
	width: 785px;
	margin-right: 40px;
}

.main5-2{
	overflow: hidden;
}

.main5-div-wp .main5-div{display: none;}
.main5-div-wp .main5-div:first-child{
	display: block;
}

.main5-tui{
	width: 500px;
	margin-right: 30px;
}

.main5-con{
	overflow: hidden;
}

.main5-con .list{
	padding-top: 0;
}
.main5-con .list li{
	padding-right: 0;
	margin-top: 17px;
}


.main5-div-wp{
	margin-top: 25px;
}

.tui+.tui{
	margin-top: 15px;
}

.tui-pic{
	width: 210px;
	margin-right: 20px;
}

.tui-pic .imgbox_a{
	padding-bottom:66.67%; 
}




.tui-con{
	overflow: hidden;
	padding-top: 5px;
}

.tui-con h1{
	margin:0;
	font-size: 16px;
	color: #333;
	height: 22px;
	line-height: 22px;
}


.tui-con h1 a:hover{
	font-weight: bold;
	color: #0968ac;
}


.tui-con h2{
	margin:0;
	font-size: 14px;
	color: #999;
	margin:10px 0 12px;
}

.tui-con p{
	margin:0;
	font-size: 14px;
	color: #666;
	line-height: 1.8;
	height: 5.4em;
	overflow: hidden;
}


.shipin{
	margin-top: 22px;
}

.shipin .imgbox_a{
	padding-bottom: 51.85%;
}


.shipin .imgbox_a h1 {
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 52px;
    line-height: 52px;
    background-image: url(../images/heidi3.png);
    color: #fff;
    font-size: 16px;
    padding: 0 15px;
    z-index: 15;
    text-align: center;
}

.bo{
	position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -25px;
  margin-top: -25px;
  z-index: 25;
  width: 50px;
}
.bo img{
	display: block;
	width: 100%;
}




.main6-list{
	margin-top: 25px;
}
.main6-list .item .imgbox_a{
	padding-bottom: 52.58%;
}

.main6-list .item h1{
  margin:0;
  font-size: 16px;
  color:#333;
  text-align: center;
  margin-top: 14px;
}

.main6-list .item:hover h1{
	color: #0968ac;
}

/**************************************************************/
/*main-over*/





/*footer-start*/
/**************************************************************/

#footer{
	background-color: #343336;
	padding:0!important;

}


.er-wp{
	width: 225px;
	margin-left: 50px;
}

.er{
	width: 93px;
	font-size: 14px;
	color:#9c9ca2;
	text-align: center;
}

.er img{
	display: block;
	width: 100%;
	margin-bottom: 8px;
}


.foo-con{
	overflow: hidden;
	font-size: 14px;
	color:#9c9ca2;
	line-height: 2;
	padding-top: 20px;
}
.foo-con span
{padding-left: 15px;}
.foo-con a:hover{
	color: #fff;
}
.footer-1{
	padding: 27px 0;
	border-bottom: 1px solid #5d5c5e;
}
.footer-2{
	padding: 30px 0;
}





.youq span{
	font-size: 16px;
	color:#fff;
	line-height: 38px;
	height: 38px;
	width: 102px;
	font-weight: bold;
}

.youq-dl{
	overflow: hidden;
}

.youq-dl dl{
	margin:0;
	margin-left: -3%;
}
.youq-dl dd{
	float: left;
	width: 22%;
	margin-left: 3%;
}


.youq-dl dd select{
	border-radius: 0;
	height: 38px;
	color: #333;
}

.foo-p{
	
	margin-top: 15px;
	opacity: 0.6;
}




.foo-nav{
	font-size: 16px;
	color: #fff;
	margin-top: 33px;
}

/**************************************************************/
/*footer-over*/





/**************************************/
/********[特殊css样式要求区域]**********/
/**************************************/

#header-2{
	display: none;
	height: 75px;
	/*border-bottom:0px solid #035cac;*/
	box-shadow: 0 4px 8px -3px #000;
	position: fixed;
	top: 0px;
	left: 0;
	width: 100%;
	z-index: 1001;
	background-color: #fff;
	/*background-color: #0089d0;*/

}
.nav-2{
	display: none;
	background-color: #fff;
	position: relative;
	z-index:900;

}

.nav-2>ul>li{

	border-top: 1px dotted #ccc;
	position: relative;
}

.jiaspan{
	position: absolute;
	width: 30px;
	height: 30px;
	background-image: url(../images/jia2.png);
	background-repeat: no-repeat;
	background-position: center ;
	top: 5px;

	right: 14px;
}
.jiaspan.cur{
	background-image: url(../images/jia2h.png);

}
.nav-2>ul>li:first-child{
	/*border-top: 0;*/
}
.nav-2>ul>li>a{

	padding:8px 10px;
	display: block;
	font-size: 16px;
	width: 100%;
	color:#333;
	font-family: "anb";
	text-transform: uppercase;

}
.nav-2>ul>li>a>img{
	width: 18px;
	margin-top: -3px;
	margin-right: 8px;
}
.nav-2>ul>li>ul{
	padding-bottom: 10px;
	display: none;
	padding-left: 35px;
}
.nav-2>ul>li>ul>li>a{
	padding: 5px 10px;
	display: block;
	font-size: 14px;
	width: 100%;
	color:#666;
}
/*.downla-2 {
	padding: 5px 0 10px;
	display: none;
}
.downla-2 dd{
	padding-left: 30px;
}
.downla-2 dd a{
	font-size: 14px;
	display: inline-block;
	padding: 3px 0;
	width: auto;
}*/
/*.nav-2 li a:hover{
	color:#1a0d07;
}*/

.nav-2-form{
	padding: 10px;
	position: relative;
}
.nav-2-form input[type="image"]{
	position: absolute;
	right: 19px;
    top: 17px;
    width: 18px;

}

.nav-2-form .form-control{padding-right: 50px;}
.logo-2 {
   font-size: 0;
   width:400px;
   margin-left: 15px;
   margin-top: 14px;
}

.logo-2 img{
	display: block;
	width: 100%;
}


.menu2{

	margin-right: 15px;
	height: 75px;
	font-size: 0;

}
.menu2 li{
	cursor:pointer ;
	margin-left: 15px;
	float: right;
	margin-top: 29px;
}
.menu2 li+li{
	margin-top: 21px;
}
.menu2 li img{
	/*vertical-align: middle;*/


}

.chenggao{
		display: none;
		height: 75px;
	}


#nav-2-heidi{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 800;
	background-image: url(../images/heidi.png);
	display: none;

}



/**************************************/
/********[特殊css样式要求区域]**********/
/**************************************/




.banner-2{
  background-repeat: no-repeat;
  background-position: center ;
  background-size: cover;
}

.banner-2-hei{
	background-image: url(../images/heidi2.png);
	text-align: center;
	padding: 150px 0;
}
.banner-2-hei h1{
	margin:0;
	font-size: 36px;
	color: #fff;
}

.banner-2-hei h2{
	margin:0;
	font-size: 24px;
	color: #fff;
	text-transform: uppercase;
	font-family:"bask";
	margin-top: 10px;
}


.erji{
    padding:0!important;
}


.erji-top{
	background-color: #fff;
	box-shadow: 0 4px 5px -3px rgba(0,0,0,0.15);
}

.erji-nav dl{
	margin:;
}
.erji-top dd{
	float: left;

}

.erji-top dd>a{
	height: 56px;
	line-height: 56px;
	font-size: 16px;
	color: #333;
	padding: 0 35px;
	display: block;
}

.erji-top dd.cur>a{
	background-color: #0968ac;
	color: #fff;
}
.erji-top dd.cur>a:hover{
	color: #fff;
}
.erji-top dd>a:hover{
	color: #0968ac;
}


.erji-bottom{
	padding: 50px 0;
}

.mianbaoxie{
	font-size: 14px;
	color:#666;
	height: 56px;
	line-height: 56px;
	padding-left: 22px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/fang.png);
}
.mianbaoxie a:hover{
    color:#0d58a9;
}
.mianbaoxie span{
    color:#0968ac;
}


.xinwen1-item{
	margin-bottom:40px;
}

.xinwen1-pic .imgbox_a{
	padding-bottom: 66.67%;
}
.xinwen1-pic{

	position: relative;z-index: 40;
}
.xinwen1-con{
	padding-top: 25px;
	position: relative;z-index: 50;
}


.xinwen1-h1{
	position: relative;
	padding-left: 100px;
}

.xinwen1-date{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 78px;
	height: 78px;
	background-color: #c0c0c0;
	color: #fff;
	text-align: center;
	padding-top: 11px;
	transition: .3s;
}

.xinwen1-date h2{
	margin:0;
	color: inherit;
	font-weight: bold;
	font-size: 38px;
	font-family:"Arial";
	line-height: 1;
}

.xinwen1-date h3{
	margin:0;
	color: inherit;
	font-size: 14px;
	font-family:"Arial";
	margin-top: 4px;
}
.xinwen1-h1 h1{
	margin:0;
	font-size: 16px;
	color: #333;
	font-weight: bold;
	transition: .3s;
}



.xinwen1-con p{
	margin:0;
	font-size: 14px;
	color: #666;
	line-height: 1.8;
	height: 3.6em;
	overflow: hidden;
	margin-top: 15px;
}


.xinwen1-item:hover .xinwen1-date{
	background-color: #0968ac;
}

.xinwen1-item:hover .xinwen1-h1 h1{color: #0968ac;}



.fenye{
    text-align: center;
    padding-top: 30px;
}
.fenye ul{
    margin:0;
}

.danpian{
	width: 1200px;
	margin:0 auto;
}

.danpian-h1{
	font-size: 28px;
	line-height: 1.6;
	color:#333;
	text-align: center;

}

.danpian-h2{
	font-size: 14px;
	line-height: 1.6;
	color:#999;
	text-align: center;
	border-bottom: 1px solid #eee;
	padding: 10px 0 15px;

}

.danpian-con{
	font-size: 14px;
	color:#000;
	line-height: 2;
	padding: 20px 0 20px;
}
.danpian-con *{
	/*font-size: 16px!important;*/
	color:#000!important;
	line-height: 2!important;
}
.danpian-con img{
	display: block;
	margin:15px auto;
}


.dan-page{
	padding-top: 10px;
	border-top: 1px solid #eee;
}

.dan-a{
	margin-top: 12px;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.dan-a a{
	font-size: 16px;
	color:#666;
}

.dan-a a:hover{
	color:#2267b1;

}
.pic-item{
	margin-top: 25px;
}
.pic-item h1{
	text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin:0;
  font-size: 16px;
  color:#333;
  text-align: center;
  margin-top: 15px;
}

.pic-pic>a{
    display: block;
    position: relative;
    padding-bottom: 66.6%;
    overflow: hidden
}

.pic-pic>a img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: .3s;
}

.pic-pic:hover>a img{
	  -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.pic-pic:hover+h1{
	color:#2267b1;
}

.pic1-item{
	margin-bottom: 30px;
}

.pic1-pic .imgbox_a{
	padding-bottom: 52.58%;
}

.pic1-item h1{
  margin:0;
  font-size: 16px;
  color:#333;
  text-align: center;
  margin-top: 14px;
}

.pic1-item:hover h1{
	color: #0968ac;
}

.pic2-pic .imgbox_a{
	padding-bottom: 38.46%;
}

.xinwen2 ul{
	margin:0;
}

.xinwen2 li{
	padding: 15px;
	padding-left: 0;
	background-color: #fafafa;
	margin-bottom: 20px;
}

.xinwen2-pic{
	width: 240px;
	margin-left: 40px;
}

.xinwen2-pic .imgbox_a{
	padding-bottom: 66.67%;
}


.xinwen2-date{
	width: 131px;
	text-align: center;
	position: relative;
	margin-right: 30px;
	margin-top: 30px;
}
.xinwen2-date::after{
	position: absolute;
	width: 1px;
	background-color: #c2c2c2;
	content:"";
	right: 0;
	top: 12px;
	bottom: 12px;
}


.xinwen2-date h1{
	margin:0;
	color: #0968ac;
	font-weight: bold;
	font-size: 60px;
	font-family:"Arial";
	line-height: 1;
}

.xinwen2-date h2{
	margin:0;
	color: #0968ac;
	font-size: 16px;
	font-family:"Arial";
	margin-top: 4px;
}


.xinwen2-con{
	overflow: hidden;
	padding-top: 30px;
}

.xinwen2-con h1{
	margin:0;
	font-size: 16px;
	color: #333;
	font-weight: bold;
}

.xinwen2-con h1 a:hover{
	color: #0968ac;
}

.xinwen2-con p{
	margin:0;
	font-size: 14px;
	color: #666;
	line-height: 1.8;
	height: 5.4em;
	overflow: hidden;
	margin-top: 18px;
}

.contact-title h1{
	margin:0;
	font-size: 30px;
	font-weight: bold;
	color: #0968ac;
}

.contact-title h2{
	margin:0;
	font-size: 18px;
	color: #0968ac;
	text-transform: uppercase;
	font-family:"bask";
	margin-top: 6px;
}

.contact-div{
	padding: 45px 0;
}

.map-wp{
	width: 800px;
	margin-left: 80px;
	height: 445px;
}

.map{
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
}

.contact-con{
	overflow: hidden;
}

.contact-dl dl{
	margin:0;
}
.contact-dl dd:first-child{
	padding-top: 0;
}
.contact-dl dd{
	padding: 20px 0;
	border-bottom: 1px dashed #e5e5e5;
}

.contact-dd{
	min-height:46px;
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 67px;
	font-size: 18px;
	color: #333;
	line-height: 1.6;
	padding-top: 8px;
}

.contact-er-wp{
	width: 333px;
	margin:35px auto 0;
}

.contact-er{
	width: 144px;
	font-size:  14px;
	color: #999;
	text-align: center;
}

.contact-er img{
	display: block;	
	width: 100%;
	margin-bottom: 5px;
}



.about-title h1{
	margin:0;
	font-size: 38px;
	color: #0968ac;
	font-family:"bask";
	text-transform: uppercase;
}

.about-title h2{
	margin:0;
	font-size: 24px;
	color: #333;
	margin: 8px 0 0;
	font-weight: bold;
	line-height: 1.6;
}

.about-title h3{
	margin:0;
	font-size: 12px;
	color: #333;
	text-transform: uppercase;
	font-family:"bask";
}

.about-con{
	margin-top: 35px;
}

.about-con-img{
	width: 607px;
	margin-left: 35px;
	margin-bottom:20px;
	margin-top: 8px;
}

.about-con-img img{
	display: block;
	width: 100%;
}

.about-con-p{
	font-size: 16px;
	color: #333;
	line-height: 2;
}
.about-con-p img{
	display: block;
	margin:20px auto;
}
.about-con-p p{
	margin:0;
}

.web_map ul{
	margin:0;
}

.web_map li{
	margin-top: 15px;
}
.web_map li:first-child{
	margin-top: 0px;
}

.web_map li>a.yiji_a{
	height: 48px;
	line-height: 48px;
	width: 105px;
	text-align: center;
	color: #fff;
	font-size: 15px;
	background-color: #0968ac;
	margin-right: 30px;
}

.web_map-dl{
	overflow: hidden;
}

.web_map-dl>p{
	height: 48px;
	line-height: 48px;
	margin:0;
	font-size: 14px;
	color: #333;
}

.web_map-dl dl{
	margin:0;
}

.web_map-dl dd{
	float: left;
	margin-right: 15px;
	height: 48px;
	line-height: 48px;
	font-size: 14px;
	color: #333;
}

.web_map-dl dd a:hover{
	color: #0968ac;
}

.liuyan-div {
  height: 500px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #edf5f8;
  -webkit-background-size: cover;
  background-size: cover;
  background-image: url(../images/liuyan.jpg);
  padding-left: 80px;
  padding-top: 60px;
}

.liuyan-form {
    width: 390px;
}
.liuyan-form h1 {
    margin: 0;
    color: #333;
    font-size: 18px;
    padding-bottom: 10px;

}
.input_li{
	margin-top: 15px;
}
.input_li input[type="text"]{
	display: block;
  width: 100%;
  height: 42px;
  background-color: transparent;
  border: 1px solid #8d8d8d;
  font-size: 14px;
  color: #333;
  line-height: 1.428571;
  padding: 6px 12px;
  border-radius: 4px;

}
.input_li textarea{
	display: block;
  width: 100%;
  height: 100px;
  background-color: transparent;
  border: 1px solid #8d8d8d;
  font-size: 14px;
  color: #333;
  line-height: 1.428571;
  padding: 6px 12px;
  border-radius: 4px;
    resize: none;

}
.input_li input[type="button"] {
  width: 132px;
  height: 38px;
  display: block;
  margin: 0 auto;
  color: #333;
  border: 1px solid #8d8d8d;
  background-color: transparent;
  cursor: pointer;
  font-size: 14px;
  border-radius: 4px;
  transition: .3s;
}

.input_li input[type="button"]:hover{

	background-color: #0968ac;
	border-color: #0968ac;

	color: #fff;

}

.input_li input:focus{
	outline: none;
}
.input_li textarea:focus{
	outline: none;
	/*box-shadow: none!important;*/
}

.input_li-btn{
	margin-top: 25px;
}

.bgcolor-3 {
    background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
    background-size: 400% 400%;
    animation: gradientBG 15s ease infinite;
}




/*2020-11-2*/

.shipin_1{
	background-color: #fff;
	padding: 50px 0
}
.title-22{
	overflow: hidden;
}

.shipin_item{
	width: 48.5%;
}

.shipin1_1{
	margin-top: 30px;
}

.shipin1_1 .imgbox_a{
	padding-bottom: 57.353%;
}

.shipin1_1 .imgbox_a h1{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 50;
	margin:0;
	text-align: center;
	padding: 0	15px;
	font-size: 16px;
	color: #fff;
	background-image: url(../images/heidi.png);
	height: 53px;
	line-height: 53px;
}
.shipin1_2-list{
	margin-top: 30px;
}
.shipin1_2-list dl{
	margin:0;
}

.shipin1_2-list dd+dd{
	margin-top: 15px;
}
.shipin1_2-list dd:first-child .shipin1_2-nub,
.shipin1_2-list dd:first-child+dd .shipin1_2-nub,
.shipin1_2-list dd:first-child+dd+dd .shipin1_2-nub{
	background-color: #da2420;
}
.shipin1_2-nub{
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background-color: #1c4ca8;
	color: #fff;
	font-size: 20px;
	font-family: "Arial";
	font-weight: bold;
	font-style: italic;
	margin-right: 18px;
}

.shipin1_2-con{
	overflow: hidden;
	font-size: 16px;
	color: #333;
	height: 30px;
	line-height: 30px;
}

.shipin1_2-con a:hover{
	color: #0968ac;
}

.shipin_2{
	background-color: #f8f8f8;
	padding: 50px 0
}
.shipin2_1{
	padding-top: 7px;
}
.shipin2_1 dl{
	margin:0;
}

.shipin2_1 dd{
	margin-top: 20px;
}

.shipin2_1-pic{
	width: 210px;
	margin-right: 30px;
}

.shipin2_1-pic .imgbox_a{
	padding-bottom: 66.67%;
}

.shipin2_1-con{
	overflow: hidden;padding-top: 17px;
}

.shipin2_1-con h1{
	margin:0;
	font-size: 16px;
	color: #333;
	height: 22px;
	line-height: 22px;
}

.shipin2_1-con h1 a:hover{
	color: #0968ac;
	font-weight: bold;
}

.shipin2_1-con h2{
	margin:0;
	font-size: 14px;
	color: #999;
	margin:10px 0 12px;
}


.shipin2_1-con p{
	margin:0;
	font-size: 14px;
	color: #666;
	line-height: 1.8;
	height: 3.6em;
	overflow: hidden;
}

.shipin2_2{
	padding-top: 28px;
}
.shipin2_2 dl{
	margin:0;
	margin-left: -3%;
	margin-top: -3%
}
.shipin2_2 dd .imgbox_a{
	padding-bottom: 66.05%;
}
.shipin2_2 dd:first-child .imgbox_a{
	padding-bottom: 66.67%;
}
.shipin2_2 dd {
	float: left;
	width: 30%;
	margin-left: 3%;
	margin-top: 3%;
}
.shipin2_2 dd:first-child{
	width: 64%;
}
.shipin2_2 dd .imgbox_a h1{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 50;
	margin:0;
	text-align: center;
	padding: 0	15px;
	font-size: 16px;
	color: #fff;
	background-image: url(../images/heidi.png);
	
	height: 42px;
	line-height: 42px;
}

.shipin2_2 dd:first-child .imgbox_a h1{
	height: 53px;
	line-height: 53px;
}


.shipin3_list{
	margin-top: 30px;
}

.shipin3_pic .imgbox_a{
	padding-bottom: 66.4%;
}

.shipin3_item h1{
	margin:0;
	font-size:16px;
	text-align: center;
	padding: 15px 15px 0; 
}

.shipin3_item:hover h1{
	color: #0968ac;
}

.beng2_1-top{
	padding: 28px 0 15px;
}

.beng1_2-top{
	padding: 30px 0 5px;
}


.beng1_2-top-pic{
	width: 180px;
	margin-right: 23px;
}

.beng1_2-top-pic .imgbox_a{
	padding-bottom: 66.67%;
}

.beng1_2-top .shipin2_1-con{
	padding-top: 18px;
	padding-bottom: 17px;
	border-bottom: 1px dashed #d8d8d8;
}

.beng1_2-top .shipin2_1-con h1{
	color: #0968ac;
	font-weight: bold;
}
.beng1_2-top .shipin2_1-con p{
	margin-top: 11px;
}
.beng_1-1{
	padding-top: 25px;
}
.beng_1-1-item-h1{
	font-size: 20px;
	font-weight: bold;
	color: #0968ac;
	padding-bottom: 3px;
}

.beng_1-1-pic{
	width: 180px;
	margin-left: 38px;
	margin-top: 5px;
}
.beng_1-1-pic .imgbox_a{
	padding-bottom: 66.67%;
}


.beng_1-1-con{
	font-size: 14px;
	color: #333;
	line-height: 1.8;
	overflow: hidden;
	height: 9em;
}

.beng_1-1-con a{
	color: #0968ac;
}

.beng_1-1-item+.beng_1-1-item{
	margin-top: 11px;
	padding-top: 11px;
	border-top: 1px dashed #d8d8d8;
}